home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / parking.swf / scripts / DefineSprite_308 / frame_624 / DoAction.as
Text File  |  2005-01-18  |  222b  |  11 lines

  1. stop();
  2. this.play_btn.onRelease = function()
  3. {
  4.    _global.seenIntro = true;
  5.    this._parent._parent.gotoAndStop("start");
  6. };
  7. this.practice_btn.onRelease = function()
  8. {
  9.    this._parent._parent.startPractice();
  10. };
  11.